home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / Tools / Dev / lame_src / LICENSE < prev    next >
Text File  |  1999-11-23  |  2KB  |  45 lines

  1. Can I use LAME in my commercial program?  
  2.  
  3. Yes, you can, under the restrictions of the LGPL.  In particular, you
  4. can include a compiled version of the LAME library (for example,
  5. lame.dll) with a commercial program.  Some notable requirements of
  6. the LGPL:
  7.  
  8. 1. In your program, you cannot include any source code from LAME, with
  9.    the exception of files whose only purpose is to describe the library
  10.    interface (such as lame.h).  
  11.  
  12. 2. Any modifications of LAME must be released under the LGPL.  
  13.    The LAME project (www.sulaco.org/mp3) would appreciate being
  14.    notified of any modifications.  
  15.  
  16. 3. You must give prominent notice that your program is:
  17.       A. using LAME (including version number)
  18.       B. LAME is under the LGPL
  19.       C. Provide a copy of the LGPL.  (the file COPYING contains the LGPL)
  20.       D. Provide a copy of LAME source, or a pointer where the LAME
  21.          source can be obtained (such as www.sulaco.org/mp3)
  22.    An example of prominent notice would be an "About the LAME encoding engine"
  23.    button in some pull down menu within the executable of your program.  
  24.  
  25. 4. If you determine that distribution of LAME requires a patent license,
  26.    you must obtain such license.
  27.  
  28.  
  29. ***IMPORTANT NOTE***
  30.  
  31. The decoding functions provided in LAME use the mpglib decoding 
  32. engine which is under the GPL.  They may not be used by any
  33. program not released under the GPL unless you obtain such 
  34. permission from the MPG123 project.  (www.mpg123.de).
  35.  
  36. LAME has built in support to read raw pcm and some wav and aiff files.
  37. More robust file I/O can be handled by compiling in LIBSNDFILE,
  38. but LIBSNDFILE is also under the GPL and my not be used by other
  39. programs not under the GPL.
  40.  
  41.  
  42.  
  43.  
  44.  
  45.